projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f1eb9
)
* lisp/files.el (auto-mode-alist): Add entry for "archive-contents".
author
Stefan Kangas
<stefan@marxist.se>
Thu, 26 Nov 2020 05:37:18 +0000
(06:37 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 26 Nov 2020 05:37:37 +0000
(06:37 +0100)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 49c9e5d18d49db640762aaec13751f6ae5d2804f..2cf77d5d7e9830de354eebe912356bcaa989c496 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2678,6
+2678,7
@@
since only a single case-insensitive search through the alist is made."
("\\.dir-locals\\(?:-2\\)?\\.el\\'" . lisp-data-mode)
("eww-bookmarks\\'" . lisp-data-mode)
("tramp\\'" . lisp-data-mode)
+ ("/archive-contents\\'" . lisp-data-mode)
("places\\'" . lisp-data-mode)
("\\.emacs-places\\'" . lisp-data-mode)
("\\.el\\'" . emacs-lisp-mode)